FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package Touchstone-ereferralontario.core#0.1.2-beta (63 ms)

Package Touchstone-ereferralontario.core
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=Touchstone-ereferralontario.core@0.1.2-beta&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-QuestionnaireResponse
Url http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-QuestionnaireResponse
Version 1.0.0
Status draft
Name EReferralQuestionnaireResponse
Title QuestionnaireResponse
Experimental False
Description QuestionnaireResponse resource is used to capture additional information, notes, record question/answers, etc. about the referral. This resource will be referrenced via ServiceRequest resource.
Type QuestionnaireResponse
Kind resource

Resources that use this resource

CapabilityStatement
http://ehealthontario.ca/fhir/CapabilityStatement/ca-on-eReferral-SMARTApp SMART App
http://ehealthontario.ca/fhir/CapabilityStatement/ca-on-eReferral-SMARTServer SMART Server
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-CapabilityStatement Ontario eReferral FHIR Capability Statement
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest ServiceRequest

Resources that this resource uses

StructureDefinition
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Patient Patient
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-PractitionerRole PractitionerRole
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest ServiceRequest


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "ca-on-eReferral-profile-QuestionnaireResponse",
  "url" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-QuestionnaireResponse",
  "version" : "1.0.0",
  "name" : "EReferralQuestionnaireResponse",
  "title" : "QuestionnaireResponse",
  "status" : "draft",
  "description" : "QuestionnaireResponse resource is used to capture additional information, notes, record question/answers, etc. about the referral. This resource will be referrenced via ServiceRequest resource.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "QuestionnaireResponse",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "QuestionnaireResponse.meta",
        "path" : "QuestionnaireResponse.meta",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.meta.profile",
        "path" : "QuestionnaireResponse.meta.profile",
        "comment" : "#### **_` FOR eREFERRAL USAGE: The meta.profile = http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-QuestionnaireResponse|1.0.0 `_**\r\n\r\nIt is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time. The list of profile URLs is a set.",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.identifier",
        "path" : "QuestionnaireResponse.identifier",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.identifier.system",
        "path" : "QuestionnaireResponse.identifier.system",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.identifier.value",
        "path" : "QuestionnaireResponse.identifier.value",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.basedOn",
        "path" : "QuestionnaireResponse.basedOn",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.basedOn.reference",
        "path" : "QuestionnaireResponse.basedOn.reference",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.basedOn.identifier",
        "path" : "QuestionnaireResponse.basedOn.identifier",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.basedOn.identifier.system",
        "path" : "QuestionnaireResponse.basedOn.identifier.system",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.basedOn.identifier.value",
        "path" : "QuestionnaireResponse.basedOn.identifier.value",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.partOf",
        "path" : "QuestionnaireResponse.partOf",
        "max" : "1"
      },
      {
        "id" : "QuestionnaireResponse.status",
        "path" : "QuestionnaireResponse.status",
        "fixedCode" : "completed",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.subject",
        "path" : "QuestionnaireResponse.subject",
        "comment" : "#### **_`FOR EREFERRAL USAGE: The subject of QuestionnaireResponse MUST be same as the subject in the ServiceRequest. `_**\r\n\r\nIf the Questionnaire declared a subjectType, the resource pointed to by this element must be an instance of one of the listed types.",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Patient"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.subject.reference",
        "path" : "QuestionnaireResponse.subject.reference",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.subject.identifier",
        "path" : "QuestionnaireResponse.subject.identifier",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.subject.identifier.system",
        "path" : "QuestionnaireResponse.subject.identifier.system",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.subject.identifier.value",
        "path" : "QuestionnaireResponse.subject.identifier.value",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.authored",
        "path" : "QuestionnaireResponse.authored",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.author",
        "path" : "QuestionnaireResponse.author",
        "definition" : "**Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.**",
        "comment" : "#### **_`FOR EREFERRAL USAGE: If blank, can assume that the author = ServiceRequest.requester. Note questionnaireResponse has a few uses: 1) for supplimentary information added when submitting a referral 2) for additional data sets (such as assessments) added AFTER the initial referral submission (e.g., by the provider). For case 1, if blank it can safely be assumed that the author = ServiceRequest.requester.`_**\r\n\r\nMapping a subject's answers to multiple choice options and determining what to put in the textual answer is a matter of interpretation. Authoring by device would indicate that some portion of the questionnaire had been auto-populated.\r\n\r\nIf blank, can assume that the author = ServiceRequest.requester. Note questionnaireResponse has a few uses: 1) for supplimentary information added when submitting a referral 2) for additional data sets (such as assessments) added AFTER the initial referral submission (e.g., by the provider). For case 1, if blank it can safely be assumed that the author = ServiceRequest.requester.",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-PractitionerRole"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.author.reference",
        "path" : "QuestionnaireResponse.author.reference",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.author.identifier",
        "path" : "QuestionnaireResponse.author.identifier",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.author.identifier.system",
        "path" : "QuestionnaireResponse.author.identifier.system",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.author.identifier.value",
        "path" : "QuestionnaireResponse.author.identifier.value",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.item",
        "path" : "QuestionnaireResponse.item",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.item.linkId",
        "path" : "QuestionnaireResponse.item.linkId",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.item.text",
        "path" : "QuestionnaireResponse.item.text",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.item.answer",
        "path" : "QuestionnaireResponse.item.answer",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.item.answer.value[x]",
        "path" : "QuestionnaireResponse.item.answer.value[x]",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.item.item",
        "path" : "QuestionnaireResponse.item.item",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.item.item.linkId",
        "path" : "QuestionnaireResponse.item.item.linkId",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.item.item.text",
        "path" : "QuestionnaireResponse.item.item.text",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.item.item.answer",
        "path" : "QuestionnaireResponse.item.item.answer",
        "mustSupport" : true
      },
      {
        "id" : "QuestionnaireResponse.item.item.answer.value[x]",
        "path" : "QuestionnaireResponse.item.item.answer.value[x]",
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.